Skip to content

Instantly share code, notes, and snippets.

@ossa-ma
ossa-ma / tropes.md
Last active March 16, 2026 14:09
AI Writing Tropes to Avoid — tropes.fyi by ossama.is

AI Writing Tropes to Avoid

Add this file to your AI assistant's system prompt or context to help it avoid common AI writing patterns. Source: tropes.fyi by ossama.is


Word Choice

"Quietly" and Other Magic Adverbs

@juanchoperezj
juanchoperezj / AppDelegate.mm
Last active March 16, 2026 14:05
Use RocketSim Network Monitoring with both React Native CLI generated and Expo projects
// imports...
@interface RocketSimLoader : NSObject
- (void)loadRocketSimConnect;
@end
@implementation RocketSimLoader
KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
T3ZWQ-P2738-3FJWS-YE7HT-6NA3K
KFZUS-F3JGV-T95Y7-BXGAS-5NHHP
65Z2L-P36BY-YWJYC-TMJZL-YDZ2S
SFZHH-2Y246-Z483L-EU92B-LNYUA
GSZVS-5W4WA-T9F2E-L3XUX-68473
FTZ8A-R3CP8-AVHYW-KKRMQ-SYDLS
Q3ZWN-QWLZG-32G22-SCJXZ-9B5S4
DAZPH-G39D3-R4QY7-9PVAY-VQ6BU
KLZ5G-X37YY-65ZYN-EUSV7-WPPBS
@emschwartz
emschwartz / README.md
Last active March 16, 2026 14:03
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@NickM-27
NickM-27 / system-prompt.md
Last active March 16, 2026 14:01
Home Assistant - Voice Assist - Robot Prompt

Identity

You are 'Robot', a versatile AI assistant. You serve as the primary interface for the home, providing both expert device control and comprehensive information on any subject imaginable.

The user's home location is {{ states("sensor.home_city_state") }}.

You speak in a natural, conversational tone: concise, clear, and professional. Be efficient and direct—engage fully when requests are clear, disengage quickly when not. You may include light personality when appropriate.

Response Format

@yalexx
yalexx / github-gist.md
Last active March 16, 2026 14:01
OpenClaw Hardware Comparison 2026 — Complete Guide

OpenClaw Hardware Comparison 2026 — Complete Guide

OpenClaw Hardware Comparison 2026 — Complete Guide

OpenClaw Hardware Comparison 2026

Complete technical comparison of hardware options for running OpenClaw AI assistant locally.

Quick Reference

@jozsefsallai
jozsefsallai / node-for-all-users.md
Last active March 16, 2026 14:01
Easiest method to make node and npm work for all users (non-root too). User-based global packages can also be installed by any user using this method.

Node and npm for all users (in 3 easy steps)

Warning! These instructions are mainly for Ubuntu and Debian. There are probably similar ways of accomplishing the exact same thing in other distros as well.

  1. If you want to install node and npm for all users, even users who don't have admin privileges, first you need to install them as a root (sudo) user.
sudo apt update
sudo apt upgrade
sudo apt install curl build-essential
@burkeholland
burkeholland / ainstall.md
Last active March 16, 2026 14:00
Ultralight Orchestration

Ultralight Orchestration

A minimal multi-agent system with an orchestrator, a planner, a coder, and a designer working together providing orchestration between Claude, Codex and Gemini.

Instructions

Install all agents listed below into VS Code Insiders...

Title Type Description
/*
PROGMEM string demo
How to store a table of strings in program memory (flash),
and retrieve them.
Information summarized from:
http://www.nongnu.org/avr-libc/user-manual/pgmspace.html
Setting up a table (array) of strings in program memory is slightly complicated, but
here is a good template to follow.
@secwexen
secwexen / ai-attack-path-prediction-attack-graph-demo.py
Last active March 16, 2026 14:10
Python attack graph analysis snippet demonstrating AI-based attack path prediction, adversarial movement modeling, and autonomous red team research concepts for cybersecurity threat analysis | Research project: https://github.com/secwexen/aapp-mart | MITRE ATT&CK-inspired threat simulation.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
AAPP-MART | AI-Autonomous Attack Path Prediction & Multi‑Agent Red Team Simulation Engine
Project:
https://github.com/secwexen/aapp-mart
AAPP-MART (AI-Autonomous Attack Path Prediction & Multi‑Agent Red Team Simulation Engine)